/*
 * @Author: shu binqi 
 * @Date: 2019-12-30 13:45:14 
 * @Last Modified by: shu binqi
 * @Last Modified time: 2020-02-21 09:21:26
 */

/* ----- reset.css 样式重置 ------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  /* border: 0; */
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  /* overflow: auto !important; */
}
body {
  line-height: 1;
  height: auto !important;
  /* overflow: auto !important; */
}
.overflow-hidden {
  height: 100% !important;
  overflow: hidden !important;
}
* {
  box-sizing: border-box;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  border-style: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.white-text {
  color: #fff !important;
}
strong {
  font-weight: 700;
}
.clearfix:after {
  content: "."; display: block; height: 0; clear: both; visibility: hidden;
}
html,body {width:100%;height:100%;padding:0;margin:0;overflow-x:hidden;overflow: auto !important;}
.skrollable{position:fixed;z-index:100}
.skrollr-mobile .skrollable{position: fixed;}
.skrollable .skrollable{position:absolute}
.skrollable .skrollable .skrollable{position:static}
/* 主体版心 */
.container {
  max-width: 1200px;
  margin: 0 auto;
}
/* 小布局 */
.container-min {
  max-width: 960px;
  margin: 0 auto;
}
/* 大布局 */
.container-max {
  max-width: 1440px;
  margin: 0 auto;
}
/* ----- 文章样式 ----- */
.content h1,.content h2,.content h3,.content h4,.content h5,.content h6,.content strong {
  font-weight: 700;
}
.grap blockquote {
  background-color: #f2f5fb;
  padding: 5px 20px;
  margin-left: 0;
  margin-right: 0;
  color: #243342;
  border-left: 5px solid #d0d6dc;
}
.content h2 {
  color: #000;
  border-left: 4px solid #000;
  padding-left: 8px;
  line-height: 1.2;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.content h3 {
  padding-bottom: 5px;
  border-bottom: 1px solid #e9e9e9;
}
.content h3, .content h4 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.content p {
  color: #777777;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 15px;
}
.content img {
  max-width: 100% !important;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.content table {
  width: 100%;
  margin: 10px auto;
}
.content table td {
  /* border: 1px solid #f5f5f5 !important; */
  vertical-align: middle;
  padding: 8px 15px !important;
  font-size: 14px !important;
}
.content table td p {
  margin-bottom: 0 !important;
}
/* ----- 文章样式 ----- */
.menu-fixed {
  position: fixed;
  width: 50px;
  bottom: 50%;
  margin-bottom: -75px;
  right: 5px;
  z-index: 99;
}
.menu-fixed .qq a {
  color: #606060;
}
.menu-fixed > div {
  background: rgba(239, 239, 239, 0.8);
}
.menu-fixed > div,
.menu-fixed > a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 2px;
  text-align: center;
  background: rgba(239, 239, 239, 0.8);
  color: #606060;
  position: relative;
  cursor: pointer;
  z-index: 99;
}
.menu-fixed .phone > .show-phone {
  position: absolute;
  right: 100px;
  top: 0;
  height: 50px;
  line-height: 50px;
  width: 180px;
  background: #f05143;
  color: #fff;
  font-size: 18px;
  opacity: 0;
  display: none;
}
.menu-fixed .code > .show-code {
  position: absolute;
  right: 100px;
  top: 50%;
  margin-top: -60px;
  height: 120px;
  width: 120px;
  background: #f05143;
  opacity: 0;
  display: none;
}
.show-code img {
  width: 100%;
  height: 100%;
}
.menu-fixed .phone > .show-phone a {
  color: #fff;
}
.menu-fixed .qq:hover a,
.menu-fixed > div:hover,
.menu-fixed a:hover {
  color: #fff;
  background: #f05143;
}
.menu-fixed > .code:hover .show-code,
.menu-fixed > .phone:hover .show-phone {
  display: block;
  opacity: 1;
  right: 50px;
  transition: all 0.8s;
}
.menu-fixed i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
}

.header {
  width: 100%;
  height: 100px;
  background: #fff;
  position: fixed;
  left: 0;
  top: 45px;
  color: #333;
  z-index: 99;
  display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
}
.header .logo img{
  width: 550px;
}
.footer-logo img{
  width: 520px;
}
.brand {
  width: 145px;
  height: 64px;
  margin: 5px 0 5px 50px;
}
.brand a.logo {
  display: inline-block;
}
.brand a.logo img{
  width: 100%;
  height: 100%;
  display: inline-block;
}
.header-right {
  margin-right: 0;
}
.en-code,
.header-right,
.navbar,
.navbar .nav {
  height: 100%;
}
.navbar .nav > li {
  height: 100%;
  float: left;
  position: relative;
}
.navbar .nav > li::after{
    content: "";
    width: 1px;
    height: 20%;
    top: 41%;
    background-color: #d8d8d8;
    position: absolute;
    left: 0px;
}
/* .navbar .nav > li:not(:first-child){
  border-left: 1px dashed #ddd;
} */
.nav>li>a {
  font-size: 16px;
  font-weight: 700;
  height: 100%;
  line-height: 80px;
  color: #333;
  display: block;
  transition: all .5s;
  padding: 0 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
}
.header a:hover {
  color: #191978;
}
.nav>li.active>a{
  border-bottom: 4px solid #191978;
  color: #191978;
}
.nav > li:hover > a{
  color: #fff;
  border-bottom: 4px solid #191978;
  background:#191978; ;
}
.nav > li:last-child .two-nav {
  left: unset;
  right: 0;
}
.two-nav {
  position: absolute;
  top: 100px;
  right: 0;
  background: #f9f7f0;
  z-index: 99;
  min-width: 232px;
  display: none;
}
.navbar .nav > li:hover .two-nav{
  display: block;
}
.two-nav > li a {
  display: block;
  color: #333;
  line-height: 20px;
  text-align: left;
  margin: 8px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.nav>li:not(:last-child) .two-nav{
  padding: 20px 0;
}
.nav>li:not(:last-child) .two-nav>li>a{
  margin: 8px 45px;
}
.two-nav > li:hover a {
  /* background: #242424; */
  background: #038ace;
  color: #fff;
}
.two-nav > li:hover span{
  color: #fff;
}
.two-nav-product {
  min-width: 300px;
}
.two-nav-about {
  min-width: 270px;
}
.two-nav li span {
  line-height: 22px;
  font-size: 12px;
  color: #666;
  margin-left: 0px;
  display: block;
}
.two-navs li span{
  padding-left: 3px;
}
.two-nav>li>a>span.active{
  color: #191978;
}
.two-navs li span.active{
  color: #191978;
}
.two-nav>li>a>span{
  font-size: 14px;
}
/* .two-nav li a span:hover{
  color: #191978;
} */
.en-code {
  margin-right: -15px;
}
.en-code a {
  display: inline-block;
  color: #333;
  height: 100%;
  line-height: 80px;
  margin: 0 15px;
  position: relative;
}
.en-code a:first-child:hover #head-code {
  display: block;
}
.en-code a:first-child #head-code {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  margin-top: -5px;
  width: 100px;
  max-width: 100px !important;
  height: 100px;
  border-radius: 5px;
  display: none;
  transition: all .5s;
}
#head-code img {
  width: 100%;
  height: 100%;
}
.en-code a:first-child #head-code:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 12px 7.5px;
  border-color: transparent transparent #fff transparent;
}
#banner-head {
  height: 71vh;
  overflow: hidden;
  position: relative;
  padding-top: 100px;
}
.banner {
  z-index: 0;
  width: 100%;
  /* height: 100%; */
  overflow: hidden;
}
#banner-height {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-banner {
	width: 100%;
	height: 100%;
}
.swiper-banner .swiper-slide {
	position: relative;
	overflow: hidden;
}
.swiper-banner .swiper-slide img {
  /* width: auto !important; */
  max-width: 100% !important;
  transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transition: 5s linear;
    -webkit-transition: 5s linear;
    -moz-transition: 5s linear;
    -ms-transition: 5s linear;
    -o-transition: 5s linear;
}
.swiper-banner .swiper-slide-active img{
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transition: 5s linear;
    -webkit-transition: 5s linear;
    -moz-transition: 5s linear;
    -ms-transition: 5s linear;
    -o-transition: 5s linear;
}
.full {
	position: absolute;
}
.full img {
  width: 100%;
  height: 100%;
}
.swiper-banner a > img {
  width: 100%;
}
.swiper-banner .swiper-button-next,.swiper-banner .swiper-button-prev{
  color: #f8f8f8;
}
.swiper-banner .swiper-button-next{
  right: 30px;
}
.swiper-banner .swiper-button-prev{
  left: 30px;
}
.swiper-pagination-banner {
  text-align: left;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  left: 350px !important;
  bottom: 40px !important;
  width: auto !important;
}
.swiper-pagination-banner .swiper-pagination-bullet {
  width: 50px !important;
  height: 5px !important;
  border-radius: 0 !important;
  background: #fff;
  position: relative;
  opacity: 0.8;
}
.swiper-pagination-banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination-banner .swiper-pagination-bullet i {
  position: absolute;
  bottom: 10px;
  color: #fff;
  font-size: 14px;
  opacity: 1;
}

/* .product-index {
  margin-top: 967px;
} */
.swiper-product .swiper-slide:nth-child(odd) .product-item {
  /* background: #7d7d7d; */
  background: #FFF;
}
.swiper-product .swiper-slide:nth-child(even) .product-item {
  /* background: #6e6e6e; */
  background: #FFF;
}
.swiper-product .product-item {
  display: block;
  /* background: #7d7d7d; */
  background: #FFF;
  transition: all .5s;
}
.swiper-product .product-item .img-box {
  height: 310px;
  width: 100%;
  max-width: 100%;
  padding: 30px 0;
  border-right: 1px solid #f8f8f8;
}
.swiper-product .product-item .img-box img {
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
}
.swiper-product .swiper-slide:nth-child(even):hover .product-item,
.swiper-product .swiper-slide:nth-child(odd):hover .product-item {
  /* background: #b3b3b3; */
}
.swiper-product .swiper-slide:nth-child(even):hover h4,
.swiper-product .swiper-slide:nth-child(odd):hover h4 {
  /* background: #191919; */
}
.swiper-product .product-item:hover span:after {
  right: -70px;
  width: 50px;
  background: #191978;
}
.swiper-product .product-item h4 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  height: 68px;
  line-height: 68px;
  padding-left: 70px;
  /* background: #4e4e4e; */
  background: #f8f8f8;
  transition: all .5s;
  position: relative;
  text-align: center;
}
.swiper-product .product-item h4:after{
    content: "";
    width: 1px;
    height: 20%;
    top: 41%;
    background-color: #d8d8d8;
    position: absolute;
    left: 0px;
}
.swiper-product .product-item h4 span {
  max-width: 98%;
  display: inline-block;
  position: relative;
  overflow: hidden;/*超出部分隐藏*/
  white-space: nowrap;/*不换行*/
  text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.swiper-product .product-item h4 span:after {
  content: "";
  margin-left: 20px;
  height: 4px;
  width: 20px;
  background: #fff;
  display: inline-block;
  transform: translateY(-6px);
  transition: width .5s;
}
.swiper-product .swiper-button-next,.swiper-product .swiper-button-prev{
  color: #ccc;
}
.swiper-product .swiper-button-next::after,.swiper-product .swiper-button-prev::after{
  font-size: 24px;
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: unset !important;
  bottom: 0 !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #191978 !important;
}

/* ----------- 关于我们 about ----------- */
.title h3,
.title h2,
.title p {
  text-align: center;
}
.title h3 {
  margin-bottom: 10px;
}
.title h3 img {
  margin: 0 auto;
}
.title h2 {
  font-size: 36px;
  line-height: 45px;
  color: #474747;
  margin-bottom: 15px;
}
.title p {
  margin-bottom: 40px;
}
.title p span {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 4px;
  background: #191978;
}
.about-index {
  z-index: 2;
  position: relative;
  padding-top: 65px;
  background: #fff;
}
.about-index-box {
  width: 100%;
  overflow: hidden;
}
.about-index-box .container {
  position: relative;
}
.about-left {
  margin: 50px 0;
  background: #f8f8f8;
  width: 50%;
  height: 425px;
  position: relative;
  float: left;
  z-index: 10;
}
/* .about-left:after {
  content: "";
  height: 100%;
  width: 21px;
  background: #f8f8f8;
  position: absolute;
  right: -21px;
  top: 0;
} */
.about-left-box {
  width: 50%;
  position: absolute;
  top: 100px;
  z-index: 99;
  transform: translateX(-8%);
  -webkit-transform: translateX(-8%);
  -moz-transform: translateX(-8%);
  -ms-transform: translateX(-8%);
  -o-transform: translateX(-8%);
}
.about-left-box h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 25px;
}
.about-left-box p span {
  display: inline-block;
  width: 80px;
  height: 2px;
  background: #191978;
  margin-bottom: 20px;
}
.about-left-box .intro {
  margin-bottom: 30px;
}
.about-left-box .intro p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 30px;
  color: #444444;
  margin-bottom: 10px;
  text-align: justify;
  overflow : hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.about-left-box a.more {
  font-size: 14px;
	color: #999999;
  display: inline-block;
  text-align: center;
  height: 45px;
  line-height: 43px;
  border-radius: 25px;
  border: solid 1px #dcdcdc;
  padding: 0 40px;
  transition: all .5s;
}
.about-left-box a.more:hover {
  color: #ffffff;
  background: #191978;
}
.about-right {
  width: 50%;
  height: 525px;
  float: left;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.about-right img {
  width: 100%;
  max-width: unset;
  height: 100%;
}
.about-box{
  padding-top: 65px;
}

.index-about{
  margin-top: 100px;
}
.index-about .about-cont{
  display: flex;
}
.index-about .cont-left,.index-about .cont-right{
  width: 50%;
}
.index-about .cont-left{
  float: left;
}
.index-about .cont-right{
  background: #f8f8f8;
  float: right;
  padding: 40px 35px 20px 35px;
}
.index-about .cont-right h2{
    font-size: 26px;
    line-height: 35px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 25px;
}
.index-about .cont-right .intro{
  margin-bottom: 20px;
}
.index-about .cont-right .intro p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 25px;
  color: #444444;
  margin-bottom: 10px;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.index-about .cont-right a.more {
  font-size: 14px;
  color: #999999;
  display: inline-block;
  text-align: center;
  height: 38px;
  line-height: 36px;
  border-radius: 25px;
  border: solid 1px #dcdcdc;
  padding: 0 28px;
  transition: all .5s;
  position: relative;
  z-index: 1;
}
.index-about .cont-right a.more:hover {
  color: #ffffff;
  background: #191978;
}
.index-case{
  padding-top: 80px;
}
.index-case .case-ul li{
  width: 25%;
}
.index-case .title p{
  font-family: 微软雅黑;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
/* ----------- 关于我们 about ----------- */

/* ----------- 新闻列表 newslist ----------- */
.news-index {
  padding: 75px 0;
  background: url(../images/bg1.png) no-repeat;
  background-size: cover;
  position: relative;
}
.news-index:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.news-index .container {
  position: relative;
  z-index: 5;
}
.news-list-index {
  margin: 0 -45px;
}
.news-list-index li {
  width: 50%;
  float: left;
  padding: 0 45px;
}
.news-list-index li .news-item {
  display: flex;
}
.news-list-index .news-left {
  width: 150px;
  padding-right: 15px;
}
.news-list-index .news-left span:first-child {
  display: block;
  color: #efefef;
  font-size: 30px;
  text-align: right;
}
.news-list-index .news-left span:last-child {
  display: block;
  font-size: 16px;
  color: #d6d6d6;
  text-align: right;
}
.news-list-index .news-right {
  flex: 1;
  padding-left: 15px;
  border-left: 1px solid #fafafa;
}
.news-list-index .news-right h4 {
  font-size: 18px;
  line-height: 30px;
  color: #efefef;
  margin-bottom: 25px;
  overflow : hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news-list-index .news-right p {
  font-size: 14px;
  line-height: 30px;
  height: 90px;
  color: #d3d3d3;
  overflow : hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
}
/* ----------- 新闻列表 newslist ----------- */

/* ----------- 案例列表 caselist ----------- */
.swiper-case {
  background: #e5e5e5;
}
.case-index {
  padding-top: 80px;
  background: #fff;
  position: relative;
  z-index: 10;
}
.case-index .case-right,
.case-index .case-left {
  width: 50%;
}
.case-index .case-left img {
  width: 100%;
}
.case-index .case-right {
  height: 100%;
}
.case-right-box {
  width: 560px;
  background: #fff;
  height: 100%;
  position: absolute;
  padding: 60px;
}
.case-right-box h4 {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 25px;
}
.case-right-box .intro {
  color: #868686;
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 35px;
}
.case-right-box a.more {
  display: inline-block;
  height: 50px;
  line-height: 48px;
  padding: 0 30px;
  color: #999999;
  font-size: 18px;
  border-radius: 40px;
  border: 1px solid #dcdcdc;
  transition: all .5s;
  margin-bottom: 40px;
}
.case-right-box a.more:hover {
  background: #191978;
  color: #fff;
}
.swiper-pagination-case .swiper-pagination-bullet {
  width: 50px;
  height: 5px;
  border-radius: 0;
  background: #b4b4b4;
  position: relative;
  opacity: 0.3;
  margin-right: 10px;
}
.swiper-pagination-case .swiper-pagination-bullet:hover {
  opacity: 0.6;
}
.swiper-pagination-case .swiper-pagination-bullet-active {
  opacity: 1;
  background: #191978;
}
.swiper-pagination-case .swiper-pagination-bullet-active:hover {
  opacity: 1;
}
.swiper-case .swiper-button-next, .swiper-case .swiper-container-rtl .swiper-button-prev {
  right: 180px;
  left: auto;
  top: unset;
  bottom: 100px;
  width: 60px;
  height: 60px;
  border: 1px solid #bfbfbf;
}
.swiper-case .swiper-button-prev, .swiper-case .swiper-container-rtl .swiper-button-next {
  right: 239px;
  left: auto;
  top: unset;
  bottom: 100px;
  width: 60px;
  height: 60px;
  border: 1px solid #bfbfbf;
}
.swiper-case .swiper-button-next:after,
.swiper-case .swiper-button-prev:after {
  display: none;
}
.swiper-case .swiper-button-next i,
.swiper-case .swiper-button-prev i {
  color: #5c5c5c;
}
/* ----------- 案例 case ----------- */
/* ----------- 案例详情 case-content ----------- */
.case-content {
  min-height: 888px;
}
.case-content .content-head {
  margin-top: 80px;
  padding-top: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
.case-content .content-head h2 {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.case-content .content-head p {
  color: #888;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.case-content .content-foot {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
.case-content .content-foot a {
  display: block;
  line-height: 30px;
  color: #333;
  font-size: 14px;
}
.case-content .content-foot a:hover {
  color: #03a9f4;
}
/* ----------- 案例详情 case-content ----------- */

.contact-index {
  padding: 80px 0;
  background: url(../images/bg2.png) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
}
.contact-box {
  margin-top: 30px;
  display: flex;
}
.contact-box .box-left,.contact-box .box-right{
  width: 50%;
}
.contact-box .box-left{
  float: left;
}
.contact-box .box-right{
  float: right;
  padding: 0 20px;
}
.map {
  overflow: hidden;
  border: 1px solid #c1c1c1;
}
.index-map{
  height: 100%;
}
#allmap {
  width: 100%;
  height: 100%;
}
#allmap .BMap_Marker div{
  width: 40px !important;
  height: 25px !important;
}
.contact-address {
  /* width: 50%; */
}
.contact-message {
  /* width: 50%;
  padding-left: 170px; */
}
.contact-address .address {
  display: flex;
  border-bottom: 1px solid #FFF;
  padding: 15px 0;
}
.contact-address .address:last-child {
  border-bottom: 0;
}
.contact-address .icon {
  margin-right: 30px;
}
.contact-address .icon i {
  font-size: 40px;
  color: #f32c1b;
}
.contact-address .text h4 {
  color: #f7f7f7;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
}
.contact-address .text p {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}
.contact-address .text a {
  font-size: 14px;
  line-height: 25px;
  color: #b3b3b3;
}
.contact-address .text a.phone {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #f7f7f7;
}
.contact-address .text a.phone span {
  font-size: 14px;
  font-weight: 700;
  color: #b2b2b2;
}
.contact-message {
  padding-top: 30px;
}
.contact-message h4 {
  color: #f7f7f7;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
.form-index {
  width: 100%;
}
.form-index .form-input,
.form-index .form-textarea {
  margin-bottom: 25px;
}
.form-index .form-input input {
  font-size: 14px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #fff;
  border: 0;
  border-radius: 5px;
  padding-left: 16px;
}
.form-index .form-textarea textarea {
  font-size: 14px;
  line-height: 25px;
  line-height: 30px;
  width: 100%;
  background: #fff;
  border: 0;
  border-radius: 5px;
  padding-left: 16px;
  resize: none;
}
.form-index .form-button button {
  height: 45px;
  line-height: 45px;
  background: #03a9f4;
  padding: 0 60px;
  font-size: 16px;
  color: #ffffff;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
}
.form-index .form-button button:hover {
  background: #03a9f4;
  box-shadow: 0 0 4px #03a9f4;
}

.footer-top {
  background: #191978;
  padding: 40px 0;
}
.footer-top .container {
  display: flex;
  justify-content: space-between;
}
.footer-logo {
  /* margin-top: 20px; */
  margin-bottom: 28px;
}
.footer-left ul li {
  float: left;
  margin-right: 20px;
}
.footer-left li a {
  color: #dddddd;
  font-size: 16px;
}
.footer-left li a:hover {
  color: #ffffff;
}
.footer-center .icon {
  margin-right: 30px;
}
.footer-center .icon i {
  font-size: 40px;
  color: #f32c1b;
}
.footer-phone h4 {
  color: #f7f7f7;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}
.footer-phone p a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #f7f7f7;
}
.footer-phone a span {
  color: #b2b2b2;
  font-size: 14px;
}
.footer-right {
  position: relative;
}
.footer-right .img-box {
  position: relative;
}
.wx-code {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 97px;
  height: 97px;
}
.copyright {
  padding: 10px 0;
  line-height: 40px;
	background-color: #1a1a1a;
}
.copyright p span a,
.copyright p span {
  font-size: 14px;
  color: #999999;
}
.copyright p span {
  margin-right: 10px;
}
.copyright p span a:hover {
  color: #fff;
}
.copyright p span.fr {
  color: #999999;
  opacity: 0.3;
}
/* ---------- 首页 index ---------- */

/* ---------- 关于我们 about ---------- */
#head {
  height:48vh;
  overflow: hidden;
  position: relative;
  padding-top: 70px;
  z-index: -1;
}
.about-top {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  z-index: 5;
}
.full {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  bottom: 0;
}
.full::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.2);
}
.sort-text {
  position: absolute;
  top: 40%;
}
.sort-text h3 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 10px;
}
.sort-text h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.sort-text p span {
  display: block;
  width: 90px;
  height: 5px;
  background: #191978;
}
.sort-nav {
  position: absolute;
  bottom: 0;
  font-size: 0;
}
.sort-nav a {
  display: inline-block;
  color: #333333;
  font-size: 18px;
  line-height: 55px;
  padding: 0 36px;
  background: rgba(255, 255, 255, 0.8);
}
.sort-nav a.active,
.sort-nav a:hover {
  color: #fff;
  background: #191978;
}
.sort-nav a:first-child {
  border-radius: 5px 0 0;
}
.sort-nav a:last-child {
  border-radius: 0 5px 0 0;
}
.title {
  margin-bottom: 20px;
}
.title h3 {
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
}
.title h3::before{
  content: "—";
  font-size: 28px;
  color: rgb(187, 187, 187);
  padding-right: 10px;
  font-weight: normal;
}
.title h3::after{
  content: "—";
  font-size: 28px;
  color: rgb(187, 187, 187);
  padding-left: 10px;
  font-weight: normal;
}
.title-black h4,
.title-black h3 {
  color: #333;
}
.title-white h4,
.title-white h3 {
  color: #fff;
}
.title h4 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.title p {
  text-align: center;
  margin-bottom: 50px;
}
.title p span {
  display: block;
  width: 95px;
  height: 3px;
  background: #191978;
}

.company {
  padding-bottom: 65px;
  background: #fff;
  position: relative;
  z-index: 10;
}
.company-main {
  margin: 0 -15px;
}
.company-left {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.company-right {
  width: 50%;
  float: right;
  padding: 0 15px;
}
.company-right h3 {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.company-right > p span {
  display: block;
  width: 60px;
  height: 3px;
  background: #03a9f4;
  margin-bottom: 20px;
}
.company-right .intro {
  font-size: 16px;
  line-height: 30px;
  color: #444444;
}
.company-right .intro p {
  text-indent: 2em;
  margin-bottom: 10px;
}
.company-right .intro strong {
  font-weight: 700;
  color: #444444;
}
.company .join-box{
  margin-top: 50px;
}
.company .service-box{
  margin-top: 50px;
}

.culture {
  background: url(../images/bg2.png) no-repeat;
  background-size: cover;
  padding: 65px 0;
  position: relative;
  z-index: 10;
  margin: 50px 0 80px 0;
}
.organization {
  background: url(../images/bg4.png) no-repeat;
  background-size: cover;
  padding: 65px 0;
  position: relative;
  z-index: 10;
}
.organization img {
  display: block;
  margin: 0 auto;
}
.culture-swiper-box {
  position: relative;
}
.culture-swiper-box .swiper-button-next,.culture-swiper-box .swiper-container-rtl .swiper-button-prev {
  right: -60px;
  color: #fff;
}
.culture-swiper-box .swiper-button-prev,.culture-swiper-box  .swiper-container-rtl .swiper-button-next {
  left: -60px;
  color: #fff;
}

#a{
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
#b{
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
#c{
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
#d{
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
/* ---------- 关于我们 about ---------- */

/* ---------- 联系我们 contact ---------- */
.contact-head {
  width: 100%;
  height: 40vh;
  overflow: hidden;
  z-index: 5;
}
.contact-main {
  padding-bottom: 65px;
  background: #fff;
  position: relative;
  z-index: 15;
}
.contact-main .contact-cont{
  display: flex;
  margin-top: 30px;
}
.contact-main .contact-cont>div{
  width: 50%;
}
.contact-us {
  display: flex;
  flex-wrap: wrap;
  background: #f1f1f1;
  padding: 30px 20px;
  flex-direction: column;
}
.contact-left1-address,
.contact-left1-phone,
.contact-left1 {
  display: flex;
  flex-direction: column;
}
.contact-left {
  flex: 1;
  margin-top: 10px;
}
.contact-left1-address {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 20px;
}
.contact-left1-phone {
  margin-top: 20px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 20px;
}
.contact-left1 {
  padding-bottom: 25px;
  margin-right: 50px;
}
.contact-left1 i {
  color: #f32c1b;
  font-size: 48px;
  margin-right: 25px;
}
.contact-left1 h4 {
  color: #333333;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
}
.contact-left1 p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.contact-left1 p.phone {
  color: #666666;
  font-size: 24px;
  font-weight: 700;
}
.contact-right {
  width:100%;
  margin-top: 35px;
}
.contact-right h4 {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
.contact-right .form-contact{
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}
.contact-left h4{
  font-size: 20px;
  color: #333;
  line-height: 30px;
}
.contact-left .cent-box i,.contact-left .cent-box span{
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.contact-left .left-cent{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.contact-left .cent-box{
  margin-bottom: 18px;
}
.form-contact {
  width: 100%;
}
.form-contact .form-input,
.form-contact .form-textarea {
  margin-bottom: 15px;
}
.form-contact .form-input input {
  font-size: 14px;
  width: 100%;
  height: 45px;
  line-height: 43px;
  background: #f7f7f7;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  padding-left: 16px;
}
.form-contact .form-input input:focus {
  background: #fff;
  outline: none;
  border: 1px solid #f32c1b;
}
.form-contact .form-textarea textarea {
  font-size: 14px;
  line-height: 25px;
  line-height: 30px;
  width: 100%;
  background: #fff;
  border: 0;
  border-radius: 5px;
  padding-left: 16px;
  resize: none;
}
.form-contact .form-button button {
  height: 45px;
  line-height: 45px;
  background: #038ace;
  padding: 0 60px;
  font-size: 16px;
  color: #ffffff;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  transition: all .5s;
}
.form-contact .form-button button:hover {
  background: #038ace;
  box-shadow: 0 0 4px #038ace;
}
/* ---------- 联系我们 contact ---------- */

/* ---------- 案例列表 caselist ---------- */
.caselist {
  background: #fff;
  position: relative;
  z-index: 15;
  padding: 0 0 35px 0;
}
.case-ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: 50px;
}
.case-ul li {
  width: 33.33333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.case-ul li a {
  display: block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: all .5s;
}
.case-item .img-box {
  overflow: hidden;
  position: relative;
}
.case-item .img-box img {
  width: 100%;
}
.case-item .img-box .case-tip{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  transition: all 0.5s ease;
  opacity: 0;
}
.case-item:hover .case-tip{
  opacity: 1;
}
.case-item .img-box .case-tip p{
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60%;
  color: #fff;
  text-align: center;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  padding: 10px 0;
}
.case-item .img-box .case-tip p::after{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 60%;
  height: 1px;
  background: #fff;
  transition: all .5s ease;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.case-item .img-box .case-tip p::before{
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: #fff;
  transition: all .5s ease;
}
.case-item:hover .case-tip p::after{
  width: 35px;
}
.case-item:hover .case-tip p::before{
  width: 35px;
}
.case-item h4 {
  line-height: 65px;
  height: 65px;
  background: #fff;
  font-size: 16px;
  color: #474747;
  text-align: center;
  padding: 0 10px;
  transition: all .5s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.case-item:hover {
  /* transform: translateY(-8px); */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.case-item .img-box>img{
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.case-item:hover .img-box>img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.case-item:hover h4 {
  color: #191978;
}
/* .case-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.case-item:hover h4 {
  background: #191978;
  color: #fff;
  overflow : hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
} */

.sort-page {
	margin-top: 50px;
}
.sort-page .pagination{
  display: flex;
	justify-content: center;
}
.sort-page  li {
    width: 44px;
    height: 44px;
    background: #EFF2F4;
    text-align: center;
    line-height: 44px;
    margin: 0 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.sort-page  li a {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.sort-page  li:hover {
    background: #191978;
}
.sort-page  li:hover a {
    color: #fff;
}
.sort-page  li.active{
	background: #191978;
	color: #fff;
}
.loadmore{
  text-align: center;
}
.loadmore span{
  font-size: 18px;
  font-weight: 600;
}
/* ---------- 案例列表 caselist ---------- */

/* ---------- 新闻列表 news ---------- */
.newslist {
  background: #fff;
  position: relative;
  z-index: 15;
  padding: 65px 0 35px 0;
}
.news-ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.news-ul li {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.news-item {
  display: flex;
  padding: 20px;
  height: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
  transition: all .5s;
}
.news-item-left {
  width: 110px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ccd1cb;
}
.news-item-left span:first-child {
  display: block;
  text-align: right;
  font-size: 30px;
  font-weight: 700;
  color: #444444;
  margin-bottom: 5px;
}
.news-item-left span:last-child {
  display: block;
  text-align: right;
  font-size: 16px;
  color: #999999;
}
.news-item-right {
  flex: 1;
}
.news-item-right h4 {
  color: #333333;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  overflow : hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news-item-right h4 a {
  color: #333333;
}
.news-item-right p {
  font-size: 14px;
  color: #444444;
  line-height: 25px;
  overflow : hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.news-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.news-item a:hover {
  color: #03a9f4;
}
/* ---------- 新闻列表 news ---------- */

/* ---------- 产品中心列表 product ---------- */
.productlist {
  padding: 65px 0 0 0;
  background: #fff;
  position: relative;
  z-index: 15;
}
.product-list li {
  padding: 60px;
}
.product-list li:nth-child(odd) {
  background: #000;
  color: #fff;
}
.product-list li:nth-child(odd) .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-list li:nth-child(even) .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
}
.product-list li:nth-child(even) {
  background: #fff;
}
.product-item > .container .img-box {
  width: 45%;
  height: 500px;
}
.product-item > .container .img-box a {
  display: block;
  height: 100%;
}
.product-item > .container .img-box img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
.product-item .product-text {
  /*width: 55%;*/
  padding-top: 50px;
}
.product-item .product-text h4 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 30px;
}
.product-item .product-text h4 a {
  color: #fff;
  display: block;
  font-size: 48px;
  line-height: 60px;
}
.product-item .product-text .intro {
  font-size: 18px;
  line-height: 30px;
  text-indent: 2em;
  margin-bottom: 30px;
}
.product-item .product-text > a {
  display: inline-block;
  height: 50px;
  line-height: 48px;
  padding: 0 35px;
  font-size: 16px;
  border-radius: 30px;
  transition: all .5s;
}
.product-item:nth-child(even) .product-text h4 a {
  color: #333333;
}
.product-item:nth-child(odd) .product-text > a {
  border: 1px solid #fff;
  color: #fff;
}
.product-item:nth-child(odd) .product-text > a:hover {
  background: #f32c1b;
  border: 1px solid #f32c1b;
}
.product-item:nth-child(even) .product-text .intro {
  color: #666666;
}
.product-item:nth-child(even) .product-text > a {
  color: #999;
  border: 1px solid #dcdcdc;
}
.product-item:nth-child(even) .product-text > a:hover {
  color: #fff;
  background: #f32c1b;
  border: 1px solid #f32c1b;
}
/*  */
.swiper-product-list a {
  display: block;
  padding: 25px 25px 20px;
  background: #fff;
  border-radius: 5px;
}
.swiper-product-list a .img-box {
  height: 135px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  line-height: 135px !important;
  text-align: center;
}
.swiper-product-list a img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
.swiper-product-list a p {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  overflow : hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.swiper-product-list a h4 {
  color: #333333;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  font-weight: 700;
  overflow : hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.swiper-product-list a.active h4 {
  color: #03a9f4;
}
.scrollbar-1>.swiper-scrollbar {
  left: 0 !important;
  width: 100% !important;
  height: 6px;
  bottom: -20px;
  background: #e7e7e7;
}
.scrollbar-1 .swiper-scrollbar-drag {
  height: 10px;
  background: #03a9f4;
  cursor: pointer;
  top: -2px;
}
.scrollbar-1 {
  position: relative;
  margin-bottom: 60px;
}
.swiper-button-next, .swiper-button-prev {
  width: 20px;
  height: 35px;
  outline: none;
}
.scrollbar-1 .swiper-button-next,.scrollbar-1 .swiper-container-rtl .swiper-button-prev {
  right: -50px;
  color: #000000;
}
.scrollbar-1 .swiper-button-prev,.scrollbar-1  .swiper-container-rtl .swiper-button-next {
  left: -50px;
  color: #000000;
}
.head-two{
  background: #f1f1f1;
  padding: 40px 0;
}
.head-two .cont-list{
  display: flex;
  justify-content: center;
}
.head-two .cont-list li{
  margin-right: 18px;
}
.head-two .cont-list a{
  color: #fff;
  font-size: 18px;
  padding: 10px 30px;
  display: inline-block;
  line-height: 24px;
  position: relative;
  background-color: #7d7d7d;
}
.head-two .cont-list a:after {
  content: "";
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  position: absolute;
  bottom: -4px;
  background-color: #038ace;
  left: 48%;
  display: block;
  opacity: 0;
}
.head-two .cont-list a.active{
    background: #038ace;
    color: #fff;
}
.head-two .cont-list a.active::after{
  opacity: 1;
}
.head-two .cont-list a:hover{
    background: #038ace;
    color: #fff;
}
.head-two .cont-list a:hover::after{
  opacity: 1;
}
.productList .case-item .img-box{
  min-height: 310px;
  height: 310px;
}
.productList .case-item .img-box img{
  height: 100%;
  object-fit: contain;
}
.head-bemn{
  padding: 20px 0;
}
.head-bemn .bemn-list{
  display: flex;
}
.head-bemn .bemn-list li{
  margin-right: 10px;
}
.head-bemn .bemn-list span{
  color: #333333;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  padding-left: 22px;
}
.head-bemn .bemn-list span::after{
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/icon-dingwei.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.head-bemn .bemn-list a{
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.head-bemn .bemn-list li:last-child i{
  display: none;
}
.head-bemn .bemn-list a:hover{
  color: #038ace;
}
/* ---------- 产品中心列表 product ---------- */

/* ---------- 产品详情 ---------- */
.case-content {
  min-height: 888px;
  padding: 60px 0;
}
.content-foot {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
.content-foot a {
  display: block;
  line-height: 30px;
  color: #333;
  font-size: 14px;
}
.content-foot a:hover {
  color: #f32c1b;
}

.product-content-top h2 {
  color: #fff;
  font-size: 48px;
  line-height: 55px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 700;
}
.product-content-top .intro {
  color: #777777;
  font-size: 18px;
  line-height: 30px;
  text-indent: 2em;
  margin-bottom: 55px;
}
.product-content-top .img-box {
  display: block;
  height: 490px;
  text-align: center;
}
.product-content-top .img-box img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  height: 100%;
}
/* ---------- 产品详情 ---------- */

/* ---------- 职业空缺 ---------- */
.job-cont .job-table{
  width: 100%;
}
.job-cont thead{
  background: #c5c5c5;
}
.job-cont thead th{
  padding: 15px 0;
  color: #333333;
  font-size: 18px;
  width: 16.6%;
}
.job-cont tbody{
  background: #F5F5F5;
}
.job-cont tbody a{
  color: #333333;
  font-size: 16px;
}
.job-cont tbody td{
  padding: 10px 0;
  text-align: center;
}
.join3-form .from-input{
  width: 50%;
  float: left;
  padding: 0 15px;
  margin-bottom: 15px;
}
.join3-form .control-label{
  color: #333333;
  font-size: 18px;
}
.join3-form .form-control{
  width: 100%;
  display: block;
  border-radius: 4px;
  border: 1px solid #D1D1D1;
  line-height: 38px;
  margin-top: 10px;
  padding: 2px 5px;
}
.join3-form .form-btn{
  padding: 0 15px;
  margin-top: 15px;
  float: left;
  text-align: center;
  width: 100%;
}
.join3-form .form-btn .btn{
    line-height: 45px;
    background: #038ace;
    padding: 0 60px;
    font-size: 16px;
    color: #ffffff;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    transition: all .5s;
}

.join-show{
  background: #FFFFFF;
  box-shadow: 0px 0px 5px 0px #dedede;
  padding: 20px;
  margin-top: 50px;
}
.join-show .show-title h2{
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
.join-show .show-list{
  background: #F9F9F9;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
.join-show .show-list a{
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}
.join-show .show-cont{
  margin-top: 36px;
}
.join-show .show-link{
  margin-top: 30px;
  text-align: center;
}
.join-show .show-link a{
  display: inline-block;
  line-height: 45px;
  background: #038ace;
  padding: 0 45px;
  font-size: 16px;
  color: #ffffff;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 5px;
}
/* ---------- 职业空缺 ---------- */

.com-top{
  background: #f8f8f8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 88px;
  z-index: 99;
}
.com-top .com-con{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.com-top .con-left p{
  font-size: 12px;
  height: 100%;
  line-height: 25px;
  color: #333;
}
.com-top .con-right{
  text-align: center;
  display: flex;
  align-items: center;
}
.com-top .con-right .right-yu a{
  font-size: 12px;
  line-height: 20px;
  color: #333;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.com-top .con-right .right-yu a:first-child{
  border-right: 1px solid #666;
  padding-right: 10px;
}
.com-top .con-right .right-yu a:nth-child(2){
  padding-left: 5px;
}
.com-top .con-right .right-yu a:hover{
    color: #191978;
}
.com-top .right-search {
  margin-left: 15px;
}
.com-top .right-search input{
  border-radius: 15px;
  outline: none;
  font-size: 12px;
  font-weight: 400;
  color: #808080;
  line-height: 20px;
  background: #f8f8f8;
  border: 1px solid #ccc;
  padding-left: 10px;
}


.foot .foot-top{
  background: #e7e6e6;
}
.foot-nav{
  display: flex;
  padding: 50px 0;
}
.foot-nav .foot-list{
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.foot-nav .foot-info{
  margin-left: 50px;
  max-width: 350px;
}
.foot-nav .foot-info h3{
  color: #333;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}
.foot-nav .foot-info p{
  margin-bottom: 8px;
}
.foot-nav .foot-info p a{
  color: #333;
  font-size: 14px;
  line-height: 20px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.foot-nav .foot-info p a:hover{
  color: #191978;
}
.foot-nav .foot-info .info-img{
  display: flex;
  align-items: center;
}
.foot-nav .foot-info img{
  width: 90px;
}
.foot-nav .foot-info img:last-child{
  margin-left: 20px;
}
.foot-nav .foot-list dt a{
  color: #333;
  font-size: 18px;
  line-height: 26px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.foot-nav .foot-list dt a:hover{
  color: #191978;
}
.foot-nav .foot-list dd a{
  color: #333;
  font-size: 14px;
  line-height: 20px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.foot-nav .foot-list dd a:hover{
  color: #191978;
}
.foot-nav .foot-list dt{
  margin-bottom: 20px;
}
.foot-nav .foot-list dd{
  margin-bottom: 8px;
}
.foot .foot-bot{
  background: #999;
  padding: 10px 0;
}
.foot .foot-bot p{
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.wx-box{
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.wx-shar{
  position: relative;
  cursor: pointer;
}
.wx-shar img{
  width: 35px !important;
}
.wx-shar .shar-box{
  position: absolute;
    left: 0;
    top: -540%;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
    padding: 15px;
    background: #03a9f4;
    z-index: 6;
    width: 240px;
    height: 188px;
}
.wx-shar .shar-box img{
  width: 90px !important;
  margin: 0 auto;
}
.wx-shar .shar-box h3{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.wx-shar:hover .shar-box{
  opacity: 1;
  visibility: inherit;
}
.wx-shar .shar-box .box-txt{
  text-align: center;
  margin-top: 10px;
}
.wx-shar .shar-box .box-txt p{
  font-size: 12px;
    margin-bottom: 0;
    line-height: 16px;
}
.weibo{
  margin-left: 15px;
}
.weibo img{
  width: 35px !important;
  margin-left: 0 !important;
}
.cli{
  margin-left: 15px;
}
.cli img{
  width: 35px !important;
  margin-left: 0 !important;
}